Fix redirect: finetuning_torchvision_models → transfer_learning_tutorial#3721
Fix redirect: finetuning_torchvision_models → transfer_learning_tutorial#3721svekars merged 3 commits intopytorch:mainfrom
Conversation
Fixes pytorch#3720 The original tutorial covered Image Classification with hymenoptera_data. Changed redirect from torchvision_tutorial (Object Detection) to transfer_learning_tutorial (same task and dataset).
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3721
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Hi @sjp611! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
svekars
left a comment
There was a problem hiding this comment.
Thanks and LGTM! We could also delete this file and just add a redirect to redirects.py - but this works too.
Fixes #3720
Description
The original tutorial covered Image Classification with hymenoptera_data.
Changed redirect from torchvision_tutorial (Object Detection) to
transfer_learning_tutorial (same task and dataset).
Checklist